From 1bf79a4dae4f85ca32314e6388878645bbd6d0e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 17 Oct 2020 08:02:18 +0200 Subject: [PATCH] text: Fix a documentation mishap --- gtk/gtktext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktext.c b/gtk/gtktext.c index 7117ae39c6..cb06561b77 100644 --- a/gtk/gtktext.c +++ b/gtk/gtktext.c @@ -3236,7 +3236,7 @@ gtk_text_grab_focus (GtkWidget *widget) * Causes @self to have keyboard focus. * * It behaves like gtk_widget_grab_focus(), - * except that it doesn't select the contents of the self. + * except that it doesn't select the contents of @self. * You only want to call this on some special entries * which the user usually doesn't want to replace all text in, * such as search-as-you-type entries. -- 2.30.2